<email_send> : Send E-mail

This command sends e-mail without any userÆs interaction.

Syntax: 

<email_send>("Subject", ôMessageö, ôRecipientToö, ôRecipientCCö, ôRecipientBCCö, ôFileAttachmentsö)

Subject
E-mail subject field.

Message
Message text.

RecipientTo
E-mail address where to send the e-mail. Example: someone@somewhere.net

RecipientCC
E-mail address of whom to send CC (carbon copy). Example: someone@somewhere.net

RecipientCC
E-mail address of whom to send BCC (blind carbon copy). Example: someone@somewhere.net

FileAttachments
Full path to files that will be sent along with the e-mail message.  The files are delimited by comma.


Example:

<#> This command automatically sends an e-mail message
<#>
<cmds>
<email_send>("Hello","Hello,
this is just a sample e-mail...","someone@somewhere.net","","","C:\documents\doc1.doc")